home *** CD-ROM | disk | FTP | other *** search
- Does 'delete ptr' delete the ptr or the pointed-to-data?
-
- Can I free() ptrs alloc'd with 'new' or 'delete' ptrs alloc'd w/ malloc()?
-
- Why should I use 'new' instead of trustworthy old malloc()?
-
- Why doesn't C++ have a 'realloc()' along with 'new' and 'delete'?
-
- How do I allocate / unallocate an array of things?
-
- What if I forget the '[]' when 'delete'ing array allocated via 'new X[n]'?
-
- What's the best way to create a '#define macro' for 'NULL' in C++?
-
-